Skip to main content
Version: 5.2.0.1

Convert binary message to byte stream

Description​

This scriptlet can be used to convert an Orchestra message to a Base64 encoded binary representation. In case of a binary source message, the content of the messages is converted 1:1. In case of a structured message, the content is treated as xml-message that is converted to base64-binary.

Create​

See creation of Scriptlet.

Configuration​

Properties and Parameter assignment​

The assignment sections define the assignment of variables between the script and the process model.

The following parameters are available:

**Ingoing parameters**:

- **MSG**: Orchestra message that must be converted.

**Outgoing parameters**:

- **binary**: Binary representation or the source message.